Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LKG #32578

Merged
merged 10 commits into from
Jul 29, 2019
Merged

Update LKG #32578

merged 10 commits into from
Jul 29, 2019

Conversation

weswigham
Copy link
Member

This way we can start using the better generator types in our own codebase, rather than the hand-rolled psuedogenerator types we currently use.

@@ -22,8 +22,8 @@ and limitations under the License.
/// ECMAScript APIs
/////////////////////////////

declare const NaN: number;
declare const Infinity: number;
declare var NaN: number;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am just wondering on the reason for changing const to var in .d.ts files ? @weswigham

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants